home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / mstrv12.zip / MSTRALL.CFG < prev    next >
Text File  |  1993-12-28  |  8KB  |  198 lines

  1. ;*********************************************************************
  2. ;* MasterAll - Allfiles generator for Maximus and other BBS          *
  3. ;*********************************************************************
  4. ;*  First I want to say that this program is not FREEWARE !          *
  5. ;*  I spent a lot of hours of my valuable time making this program   *
  6. ;*  so, encourage me to write new versions by registering this       *
  7. ;*  program.                                                         *
  8. ;*  This is the full version of the program. I decided make no       *
  9. ;*  restrictions because I don't like them ;-) Respect the SHAREWARE *
  10. ;*  concept !                                                        *
  11. ;*                                                                   *
  12. ;*********************************************************************
  13. ;*  Greetings go to :                                                *
  14. ;*                                                                   *
  15. ;*  - Scot Dudley (Where is the new version of Maximus ?? :-)        *
  16. ;*  - Luiz Paulo  (What about a new version of LPLAYER ?)            *
  17. ;*  - Joao Bauer  (Hi Bauer ! MAXIMUS forever ! :-)))                *
  18. ;*  - Per Holm    (Hi Per ! I didn't forget you :-)                  *
  19. ;*  - All the WarmBoot BBS users for the help keeping the BBS        *
  20. ;*    running !                                                      *
  21. ;*  - All the MultiMedia DEMO Groups                                 *
  22. ;*  - All the HEAVY METAL fans around the World !                    *
  23. ;*  - and of course : all the good SysOps spending money in machines *
  24. ;*    and hard disks to do the best BBSs ;-)                         *
  25. ;*                                                                   *
  26. ;*********************************************************************
  27.  
  28. ;IF YOU HAVE THE DATE AND SIZE OF THE ARCHIVES INSIDE THE FILES.BBS,
  29. ;DON'T USE MASTERALL. IT ISN'T COMPATIBLE WITH THIS FORMAT !
  30. ;            .... Maybe in a next version ;-) ....
  31. ;
  32. ;This program was tested a lot using the AreaFromCTL command, but it
  33. ;may work right without using AreaFromCTL... Report any BUG to me and I'll
  34. ;correct them...
  35.  
  36. ;Let us start with this good old ASC II configuration file !
  37. ;See documentation included in the archieve for more details...
  38.  
  39. ;What is the ALLFILEs file path and name ?
  40. ;Default = ALLFILES.BBS
  41.  
  42. AllFName C:\ALLFILES.BBS
  43.  
  44. ;BANNER file to put at the begining of the ALLFILES (include path)
  45. ;This is a ASCII/ANSI file containing usually you BBS name, phone, etc...
  46.  
  47. BannerFile C:\head1.all
  48.  
  49. ;The next value is the column number of the begining of archives comments
  50. ;It will be used to ident the comments if there is more than one comment
  51. ;line. It is useful if you use Download Counters that put the number of
  52. ;downloads for the file in the comment. See the example :
  53. ;
  54. ;                      +-> Here begins the description (comment)
  55. ;                      |
  56. ;MSTRALL.ARJ    100000 [9999] Master Allfiles -> generates ALLFILES list
  57. ;                      --+--- for your BBS (special for Maximus) !
  58. ;    This space is used  |    |
  59. ;    by the down count <-+    +-> Here is the start column after the
  60. ;                                 first comment line.
  61.  
  62. ColBeginComment 29
  63.  
  64. ;Shows the total bytes at the end of each area.
  65.  
  66. ShowBytesArea On
  67.  
  68. ;Shows the estimated transfer time of each program.
  69.  
  70. ShowEstimatedTime On
  71.  
  72. ;Convert all the comments to UPPER case.
  73.  
  74. Caps On
  75.  
  76. ;Put an area Index at the begining of the ALLFILES.
  77.  
  78. BuildAreaIndex On
  79.  
  80. ;Extract /T /B /TB from the comments ? (only for Maximus)
  81.  
  82. ExtractFreeDown On
  83.  
  84. ;If you are using the above option and want to exclude some file area from
  85. ;the allfiles, put the number of these areas (found in the .CTL) here.
  86.  
  87. CtlExcludeArea 1 20
  88.  
  89. ;If you want MASTERALL to get the path and the area description directly
  90. ;in the FILEAREA.CTL (maximus), then AreaFromCtl must be uncommented.
  91. ;The path will be extracted from the DOWNLOAD command, and the description
  92. ;from the FILEINFO. Note that the areas will appear in the order
  93. ;found in the CTL archive. MasterALL is compatible with the FILELIST
  94. ;command if it is found in the CTL file.
  95.  
  96. AreaFromCtl c:\warm\filearea.ctl
  97.  
  98. ;The ExcludeDrive command is useful if you have CDROM's Drives and don't
  99. ;want to put the CD's Files in the ALLFILES. Put the drives you want to
  100. ;exclude separated with a space. (Don't forget the : after the drive
  101. ;letter!). This command only works if you are using the AreaFromCtl command.
  102.  
  103. ExcludeDrive D: E:
  104.  
  105. ;Next comes the sequence of paths and descriptions of each file area.
  106. ;Put the areas in the sequential order that they will appear.
  107. ;ERASE or COMMENT the following lines if you are using the AreaFromCtl
  108. ;option.
  109.  
  110. ;Area1
  111. ;AreaPath C:\max\file\bbsutil
  112. ;AreaName [01]         BBS Utilities         [01]
  113.  
  114. ;Area2
  115. ;AreaPath C:\max\file\max
  116. ;AreaName [02]       MAXIMUS Utilities       [02]
  117.  
  118. ;========================================================================
  119. ; WHAT DO YOU THINK ABOUT PUT SOME ANSI COLORS IN THE ALLFILES ???
  120. ; If you don't want to do this, put Off on Colors bellow and skip this
  121. ; section.
  122. ;========================================================================
  123.  
  124. ;What about some colors in the ALLFILEs ?
  125. ;
  126. Colors Off
  127.  
  128. ;
  129. ;       FOREGROUND                   BACKGROUND
  130. ;
  131. ;   BLACK     =  30               BLACK     =   40
  132. ;   RED       =  31               RED       =   41
  133. ;   GREEN     =  32               GREEN     =   42
  134. ;   YELLOW    =  33               YELLOW    =   43
  135. ;   BLUE      =  34               BLUE      =   44
  136. ;   MAGENT    =  35               MAGENT    =   45
  137. ;   CIAN      =  36               CIAN      =   46
  138. ;   WHITE     =  37               WHITE     =   47
  139. ;
  140. ; Text Color attributes : 0 - NONE / 1 - LIGHT COLOR / 5 - BLINK
  141. ;
  142. ; Look the colors codes above and choose (ATTRIBUTE / FOREGROUND / BACKGROUND) :
  143. ; Write the codes in the following order :
  144. ;
  145. ;                 attribute ";" ForeColor ";" BackColor
  146. ;
  147. ;
  148. ; What will be the color for the FILE NAME ?
  149.  
  150. FileNameColor 1;31;40
  151.  
  152. ; What will be the color for the file's size ?
  153.  
  154. FileSizeColor 1;32;44
  155.  
  156. ; What will be the color for the file comment ?
  157.  
  158. FileCommentColor 1;32;40
  159.  
  160. ; What will be the color for the TOTAL BYTES in each end of area ?
  161.  
  162. ShowBytesColor 0;37;40
  163.  
  164. ; What will be the color for the area's header ?
  165.  
  166. AreaHeaderColor 1;37;40
  167.  
  168. ; and what will be the color for the AREA INDEX ?
  169.  
  170. AreaIndexColor 1;36;40
  171.  
  172.  
  173. ;============================================================================
  174. ;== NEXT ARE SOME LANGUAGE STRINGS TO BE CONFIGURATED AS YOUR REQUIRIMENTS ==
  175. ;============================================================================
  176.  
  177. ;Here you must put the string that will be shown at the end of each file
  178. ;area when ShowBytesArea is on. Translate it for your language !
  179. ;The following example will put the line at the end of each area :
  180. ;
  181. ; TOTAL : xxxxxx bytes in xxxx Files
  182. ;
  183. SBString1 TOTAL :
  184. SBString2 bytes in
  185. SBString3 Files
  186.  
  187. ;Put here the Title for your INDEX (if you are using one).
  188.  
  189. IndexTitle FILE AREA INDEX
  190.  
  191. ;Now the words shown in the area header. Ex:
  192. ;╠═══════════╦═══════╦═════════════════════════════════════════════════════════╣
  193. ;║   FILES   ║ BYTES ║                       DESCRIPTION                       ║
  194. ;╚═══════════╩═══════╩═════════════════════════════════════════════════════════╝
  195.  
  196. StrForFile FILES
  197. StrForDesc DESCRIPTION
  198.